micro_utils.dokka
0.13.1
android
micro_utils.dokka
/
dev.inmo.micro_utils.repos
/
[android]ReadKeyValuesRepo
/
getAll
get
All
android
open
suspend
fun
getAll
(
k
:
Key
,
reversed
:
Boolean
=
false
)
:
List
<
Value
>
Content copied to clipboard
open
suspend
fun
getAll
(
reverseLists
:
Boolean
=
false
)
:
Map
<
Key
,
List
<
Value
>
>
Content copied to clipboard
WARNING!!! THIS METHOD PROBABLY IS NOT EFFICIENT, USE WITH CAUTION